Skip to main content

Site Build

  1. Unzip the website zip file.

    • You will get all website files in the unzipped folder.
  2. Start command prompt window or terminal and navigate to your website project directory where you have unzipped the website files.

       cd path/to/your/website_project
  3. Install dependencies.

       npm install
  4. Build the website.

       npm run build